home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / cssprntr.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  59 lines

  1. Short:    Cassette inlay label printer utility v0.1
  2. Author:   balogh@dab.iit.uni-miskolc.hu
  3. Uploader: balogh@dab.iit.uni-miskolc.hu
  4. Type:     text/print
  5.  
  6. this is a small utility to print cassette inlay labels
  7. the database has a real simple architecture:
  8.  
  9. **###        marks a new cassette begining where ### is a number
  10. *a or *b    stands for side a or side b
  11. *_any text    this text is printed on the backside.
  12.  
  13. eg. the printout looks like this:
  14.  
  15.     sum1: lalala                | sum1: anything                
  16.     sum1: lalala                | sum1: lalala
  17.         sum1: lalala                | sum1: lalala
  18.         sum1: lalala                | sum1: lalala
  19.         sum1: lalala                | sum1: lalala
  20.         sum1: lalala                | sum1: lalala
  21.         sum1: lalala                | sum1: lalala
  22.         sum1: lalala                | sum1: lalala
  23.         sum1: lalala                | sum1: lalala
  24.         sum1: lalala                | 
  25.                             <---- fold here
  26.     192. sum1: lalala
  27.          sum1: anything
  28.                             <---- fold here
  29.     
  30.     any text                    <---- anotation line 
  31.  
  32.  
  33.  
  34. in the listing all name s will be truncated to 30 chars.
  35.  
  36. usage:
  37.  
  38. because this version is a bit stupid ( work of 10 minutes ), you must
  39. manually set up your printer to print characters condensed.
  40.  
  41. shell.1> cassprinter <db-name> >outfile
  42.  
  43.     where outfile is a plain text file ot prt:
  44.  
  45. PLANS:
  46.  
  47.     - further releases will support any hp printer or hp emulation
  48.       with pcl 3.
  49.     - importing and exporting from/in 's CassetteLabel Printer file
  50.       format.
  51.     - Generating an alphabetical ordered list of all songs
  52.     - a GUI to do all of these features via mouse [ wait ]
  53.  
  54. legal stuff:
  55.  
  56.     everything is freely distributable
  57.  
  58.     Balogh Attila | Eleet
  59.